home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMMAILBOXES / TFRMMAILBOXES.txt
Text File  |  2003-07-29  |  9KB  |  337 lines

  1. object FrmMailboxes: TFrmMailboxes
  2.   Left = 1198
  3.   Top = 325
  4.   Width = 186
  5.   Height = 271
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Mailboxes'
  9.   Color = clBtnFace
  10.   DragKind = dkDock
  11.   DragMode = dmAutomatic
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 120
  24.   TextHeight = 13
  25.   object PnlMain: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 178
  29.     Height = 231
  30.     Align = alClient
  31.     BevelOuter = bvNone
  32.     ParentColor = True
  33.     TabOrder = 0
  34.     object MailTree: TElTree
  35.       Left = 0
  36.       Top = 19
  37.       Width = 178
  38.       Height = 212
  39.       Align = alClient
  40.       AlwaysKeepSelection = False
  41.       BackgroundType = bgtVertGradient
  42.       BorderStyle = bsNone
  43.       DragAllowed = True
  44.       DragTrgDrawMode = ColorRect
  45.       FlatFocusedScrollbars = False
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clWindowText
  48.       Font.Height = -17
  49.       Font.Name = 'Arial'
  50.       Font.Style = []
  51.       GradientStartColor = clWhite
  52.       GradientEndColor = 16771306
  53.       HeaderHeight = 0
  54.       HeaderHotTrack = False
  55.       HeaderSections.Data = {
  56.         F4FFFFFF03000000902E210600000000FFFFFFFF000101010100636F6E000000
  57.         000000001027000000000000C4879A020000000000005C44000000000000016F
  58.         00000000000000000001000000000000D82E210648000000433A5C446174615C
  59.         506F636F335C464170702E64666D0000FC2E2106FC2E210624000000433A5C44
  60.         6174615C506F636F335C464170702E64900000000D0000004D61696C626F7820
  61.         4E616D650001000000000000000000000000902E210600000000FFFFFFFF0001
  62.         01010100636F1E0000000A000000640000000000010074889A02010000000000
  63.         5C44000000000000016F00000000000000000001000000000000D82E21064800
  64.         0000433A5C446174615C506F636F335C464170702E64666D0000FC2E2106FC2E
  65.         210624000000433A5C446174615C506F636F335C464170702E64900000000200
  66.         0000540001000000000000000000000000902E210600000000FFFFFFFF000001
  67.         010100636F1E00000000000000640000000000010034899A020200000002005C
  68.         44000000000000016F00000000000000000001000000000000D82E2106480000
  69.         00433A5C446174615C506F636F335C464170702E64666D0000FC2E2106FC2E21
  70.         0624000000433A5C446174615C506F636F335C464170702E6490000000020000
  71.         00550001000000000000000000000000}
  72.       HeaderFlat = True
  73.       HideHintOnTimer = True
  74.       HideSelectColor = clGray
  75.       HideSelectTextColor = clWhite
  76.       HideSelection = True
  77.       HorzScrollBarStyles.MinThumbSize = 16
  78.       HorzScrollBarStyles.NoSunkenThumb = True
  79.       HorzScrollBarStyles.ShowTrackHint = False
  80.       HorzScrollBarStyles.Width = 17
  81.       HorzScrollBarStyles.ButtonSize = 21
  82.       Images = ImagesMailbox
  83.       LineHeight = 21
  84.       LinesColor = clBtnShadow
  85.       LockHeaderHeight = True
  86.       MultiSelect = False
  87.       OwnerDrawByColumn = False
  88.       ParentFont = False
  89.       PopupMenu = Popup
  90.       RightClickSelect = False
  91.       ScrollTracking = True
  92.       ShowColumns = True
  93.       ShowLeafButton = False
  94.       ShowRoot = True
  95.       SortType = stCustom
  96.       StoragePath = 'Tree'
  97.       TabOrder = 0
  98.       TabStop = True
  99.       Tracking = False
  100.       UnderlineTracked = False
  101.       UseCustomScrollBars = False
  102.       VerticalLines = True
  103.       VertScrollBarStyles.Flat = False
  104.       VertScrollBarStyles.MinThumbSize = 8
  105.       VertScrollBarStyles.NoSunkenThumb = True
  106.       VertScrollBarStyles.ShowTrackHint = True
  107.       VertScrollBarStyles.ThumbSize = 18
  108.       VertScrollBarStyles.Width = 17
  109.       VertScrollBarStyles.ButtonSize = 21
  110.       VertScrollBarStyles.DrawBars = False
  111.       TextColor = clBtnText
  112.       BkColor = clBtnFace
  113.       OnItemExpand = MailTreeItemExpand
  114.       OnItemCollapse = MailTreeItemCollapse
  115.       OnShowLineHint = MailTreeShowLineHint
  116.       OnItemPicDraw = MailTreeItemPicDraw
  117.       OnItemSelectedChange = MailTreeItemSelectedChange
  118.       OnDragDrop = TreeViewDragDrop
  119.       OnDragOver = TreeViewDragOver
  120.       OnMouseMove = MailTreeMouseMove
  121.       OnMouseUp = MailTreeMouseUp
  122.       OnDblClick = MailTreeDblClick
  123.       OnKeyPress = MailTreeKeyPress
  124.       OnKeyUp = MailTreeKeyUp
  125.       OnContextPopup = MailTreeContextPopup
  126.     end
  127.     object PnlTop: TElPanel
  128.       Left = 0
  129.       Top = 0
  130.       Width = 178
  131.       Height = 19
  132.       BackgroundType = bgtHorzGradient
  133.       GradientEndColor = 16741719
  134.       GradientStartColor = 16750722
  135.       GradientSteps = 64
  136.       Align = alTop
  137.       BevelOuter = bvNone
  138.       UseXPThemes = False
  139.       TabOrder = 1
  140.       DockOrientation = doNoOrient
  141.       DesignSize = (
  142.         178
  143.         19)
  144.       object DivLine: TShape
  145.         Left = 0
  146.         Top = 18
  147.         Width = 178
  148.         Height = 1
  149.         Align = alBottom
  150.       end
  151.       object BtnClose: TElGraphicButton
  152.         Left = 160
  153.         Top = 2
  154.         Width = 14
  155.         Height = 14
  156.         Cursor = crDefault
  157.         MoneyFlat = True
  158.         MoneyFlatInactiveColor = clGray
  159.         MoneyFlatActiveColor = clBlack
  160.         MoneyFlatDownColor = clRed
  161.         Layout = blGlyphRight
  162.         NumGlyphs = 1
  163.         ShadowFollowsColor = False
  164.         ShadowsUseCustom = True
  165.         ShadowBtnHighlight = clYellow
  166.         ShadowBtnShadow = clBlack
  167.         ShadowBtnDkShadow = 33023
  168.         LinkStyle = [fsUnderline]
  169.         ThinFrame = True
  170.         UseXPThemes = False
  171.         Caption = 'X'
  172.         Font.Charset = DEFAULT_CHARSET
  173.         Font.Color = clWindowText
  174.         Font.Height = 15
  175.         Font.Name = 'Arial'
  176.         Font.Style = [fsBold]
  177.         ParentFont = False
  178.         OnClick = BtnCloseClick
  179.         Anchors = [akTop, akRight]
  180.         DockOrientation = doNoOrient
  181.       end
  182.       object BtnPop: TElPopupButton
  183.         Left = -2
  184.         Top = 1
  185.         Width = 135
  186.         Height = 16
  187.         Cursor = crDefault
  188.         DrawDefaultFrame = False
  189.         PullDownMenu = Popup
  190.         PopupPlace = ppRight
  191.         AdjustSpaceForGlyph = False
  192.         Flat = True
  193.         LinkStyle = [fsUnderline]
  194.         NumGlyphs = 1
  195.         ShowFocus = False
  196.         UseArrow = True
  197.         ThinFrame = True
  198.         Transparent = True
  199.         ShowBorder = False
  200.         UseXPThemes = False
  201.         Caption = 'Mailb&oxes'
  202.         TabStop = False
  203.         TabOrder = 0
  204.         Color = clBtnFace
  205.         ParentColor = False
  206.         Font.Charset = DEFAULT_CHARSET
  207.         Font.Color = clWindowText
  208.         Font.Height = 15
  209.         Font.Name = 'Arial'
  210.         Font.Style = []
  211.         ParentFont = False
  212.         OnClick = BtnPopClick
  213.         Anchors = [akLeft, akTop, akRight]
  214.         DockOrientation = doNoOrient
  215.         DoubleBuffered = False
  216.       end
  217.     end
  218.   end
  219.   object ImagesMailbox: TImageList
  220.     Left = 34
  221.     Top = 149
  222.   end
  223.   object Popup: TPopupMenu
  224.     OnPopup = PopupPopup
  225.     Left = 32
  226.     Top = 106
  227.     object MenuCurrentTab: TMenuItem
  228.       Caption = 'Open In Current Tab'
  229.       OnClick = MenuCurrentTabClick
  230.     end
  231.     object MenuNewTab: TMenuItem
  232.       Caption = 'Open In New Tab'
  233.       OnClick = MenuNewTabClick
  234.     end
  235.     object N4: TMenuItem
  236.       Caption = '-'
  237.     end
  238.     object NewMailbox1: TMenuItem
  239.       Caption = 'New &Mailbox...'
  240.       OnClick = BtnNewMailboxClick
  241.     end
  242.     object NewFolder1: TMenuItem
  243.       Caption = 'New &Sub-mailbox...'
  244.       OnClick = BtnNewFolderClick
  245.     end
  246.     object N5: TMenuItem
  247.       Caption = '-'
  248.     end
  249.     object NewNewsgroup1: TMenuItem
  250.       Caption = 'New Newsgroup...'
  251.     end
  252.     object NewNewsgroup2: TMenuItem
  253.       Caption = 'New Newsgroup Server...'
  254.     end
  255.     object N1: TMenuItem
  256.       Caption = '-'
  257.     end
  258.     object MenuMarkRead: TMenuItem
  259.       Caption = 'Mark All Read'
  260.       OnClick = MenuMarkReadClick
  261.     end
  262.     object MenuMarkUnread: TMenuItem
  263.       Caption = 'Mark All Unread'
  264.       OnClick = MenuMarkReadClick
  265.     end
  266.     object N6: TMenuItem
  267.       Caption = '-'
  268.     end
  269.     object Rename1: TMenuItem
  270.       Caption = 'Re&name'
  271.       ShortCut = 113
  272.       OnClick = Rename1Click
  273.     end
  274.     object Delete1: TMenuItem
  275.       Caption = '&Delete'
  276.       OnClick = BtnDeleteClick
  277.     end
  278.     object N2: TMenuItem
  279.       Caption = '-'
  280.     end
  281.     object EmptyTrash1: TMenuItem
  282.       Caption = 'Empty &Trash'
  283.       OnClick = EmptyTrash1Click
  284.     end
  285.     object EmptyFoundMailbox1: TMenuItem
  286.       Caption = 'Empty Search Mailbox'
  287.       OnClick = EmptyFoundMailbox1Click
  288.     end
  289.     object EmptyJunkMailbox1: TMenuItem
  290.       Caption = 'Empty Junk Mailbox'
  291.       OnClick = EmptyJunkMailbox1Click
  292.     end
  293.     object N3: TMenuItem
  294.       Caption = '-'
  295.     end
  296.     object Columns1: TMenuItem
  297.       Caption = 'Co&lumns'
  298.       object MenuTotal: TMenuItem
  299.         Caption = 'Show &Total Messages'
  300.         OnClick = MenuTotalClick
  301.       end
  302.       object MenuUnread: TMenuItem
  303.         Caption = 'Show &Unread Messages'
  304.         OnClick = MenuUnreadClick
  305.       end
  306.     end
  307.     object Refresh1: TMenuItem
  308.       Caption = '&Refresh'
  309.       Visible = False
  310.       OnClick = Refresh1Click
  311.     end
  312.     object Properties1: TMenuItem
  313.       Caption = '&Properties...'
  314.       ShortCut = 32781
  315.       OnClick = Properties1Click
  316.     end
  317.   end
  318.   object ImagesFlags: TImageList
  319.     Width = 10
  320.     Left = 64
  321.     Top = 96
  322.   end
  323.   object TimerDelay: TTimer
  324.     Interval = 150
  325.     OnTimer = TimerDelayTimer
  326.     Left = 34
  327.     Top = 44
  328.   end
  329.   object TimerExpand: TTimer
  330.     Enabled = False
  331.     Interval = 2000
  332.     OnTimer = TimerExpandTimer
  333.     Left = 72
  334.     Top = 44
  335.   end
  336. end
  337.